<!doctype html>
<html lang="zh-CN">
  <head>
    <meta charset="UTF-8" />
    <title></title>
    <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no, minimum-scale=1, maximum-scale=1" />
    <!–[if lt IE 11]>
    <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE9" />
    <![endif]–>
<style type="text/css">
.error-main{width:1200px; margin: 150px auto 0px;font-size: 0;}
.err-l{display: inline-block; vertical-align: top;width: 430px;margin-left: 80px;}
.err-l .err-limg{margin-top: 10px;text-align: center;}
.err-l .err-limg img{max-width: 100%;}
.err-l h3{font-family: "微软雅黑";font-weight:normal;font-size: 24px; line-height: 35px; color: #ff9966;text-align: center;margin: 0px 0px 10px;}
.err-l .err-p{font-family: "微软雅黑";font-size: 18px; line-height: 30px; color: #ff9966;text-align: center;}
.err-l .err-a{margin-top: 35px;text-align: center;}
.err-l .err-a a{ text-decoration:none;border-radius:8px;padding:12px 145px; outline:none;-webkit-tap-highlight-color: transparent;text-align: center;font-family: "微软雅黑";color: #ff9966;font-size: 18px; line-height: 30px; border: 1px solid #ff9966;}
.err-l .err-a a:hover{background: #ff9966;color: #fff;}
.err-r{display: inline-block; vertical-align: top;width: 690px;text-align: center;}
.err-r img{max-width: 100%;}

</style>
</head>
<body>
<div class="error-main">
  <div class="err-l">
    <div class="err-limg">
      <img src="/404/static/error-l.jpg"/>
    </div>
    <h3>您访问的页面不存在或已被删除..</h3>
    <div class="err-p">建议返回首页，浏览其它内容或者重新再试，谢谢！</div>
    <div class="err-a">
      <a href="/" target="_self">返回首页</a>
    </div>
  </div>
  <div class="err-r">
    <img src="/404/static/error-r.jpg"/>
  </div>
</div>
</body>
</html>